[INFO] cloning repository https://github.com/choreutes/MuDH_Benchmark
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/choreutes/MuDH_Benchmark" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchoreutes%2FMuDH_Benchmark", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchoreutes%2FMuDH_Benchmark'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5cb65e8b218018f81ee67f7512ab401baccafa0e
[INFO] checking choreutes/MuDH_Benchmark against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchoreutes%2FMuDH_Benchmark" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/choreutes/MuDH_Benchmark
[INFO] finished tweaking git repo https://github.com/choreutes/MuDH_Benchmark
[INFO] tweaked toml for git repo https://github.com/choreutes/MuDH_Benchmark written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/choreutes/MuDH_Benchmark on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/choreutes/MuDH_Benchmark already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 13963de629a824b4c9a286f2cc8e3fb7a54816e53b71734a56e8aa63368f6e14
[INFO] running `Command { std: "docker" "start" "13963de629a824b4c9a286f2cc8e3fb7a54816e53b71734a56e8aa63368f6e14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13963de629a824b4c9a286f2cc8e3fb7a54816e53b71734a56e8aa63368f6e14" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13963de629a824b4c9a286f2cc8e3fb7a54816e53b71734a56e8aa63368f6e14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13963de629a824b4c9a286f2cc8e3fb7a54816e53b71734a56e8aa63368f6e14" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling prettyplease v0.2.32
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling libcrux-intrinsics v0.0.2
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling libcrux-sha3 v0.0.2
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libcrux-ml-kem v0.0.2
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking clap_builder v4.5.38
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking libcrux-platform v0.0.2
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.25
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling hax-lib-macros v0.2.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive-where v1.4.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]     Checking hax-lib v0.2.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking aes-gcm-siv v0.11.1
[INFO] [stderr]     Checking signal-crypto v0.1.0 (https://github.com/signalapp/libsignal.git?tag=v0.72.1#7d1cacba)
[INFO] [stderr]     Checking clap v4.5.38
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking ed25519-dalek v2.1.1
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling libsignal-protocol v0.1.0 (https://github.com/signalapp/libsignal.git?tag=v0.72.1#7d1cacba)
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking libsignal-core v0.1.0 (https://github.com/signalapp/libsignal.git?tag=v0.72.1#7d1cacba)
[INFO] [stderr]     Checking benchmark v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.69s
[INFO] running `Command { std: "docker" "inspect" "13963de629a824b4c9a286f2cc8e3fb7a54816e53b71734a56e8aa63368f6e14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13963de629a824b4c9a286f2cc8e3fb7a54816e53b71734a56e8aa63368f6e14", kill_on_drop: false }`
[INFO] [stdout] 13963de629a824b4c9a286f2cc8e3fb7a54816e53b71734a56e8aa63368f6e14
